home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / TERM < prev    next >
Text File  |  1996-06-05  |  3KB  |  65 lines

  1.  
  2. term <subcommands>
  3.  
  4.       The term command is used to configure TCP access to local async
  5.       ports.  It is only available if Jnos was compiled with TERMSERVER
  6.       #defined.  Then, if 'start term' is issued, connects to TCP port
  7.       5000 (default) will be asked the term password if one was defined,
  8.       then asked an interface name (unless just one term interface was
  9.       defined).  After these questions are answered satisfactorily,
  10.       whatever is received from the tcp connection is sent to the inter-
  11.       face, and whatever is received from the interface is sent to the
  12.       tcp connection.
  13.  
  14.  
  15.     term iface [<iface> options...]
  16.  
  17.       Displays the list of interfaces accessible via term, or establishes
  18.       a term interface and its operating parameters.
  19.  
  20.       term iface <iface> 7bit [OFF | on]
  21.  
  22.         Displays or changes the setting of the flag which causes term to
  23.         apply a mask of 0x7F to all characters read during the term session.
  24.  
  25.       term iface <iface> drop
  26.  
  27.         Deletes the interface <iface> from the list of interfaces accessible
  28.         to term.  The interface must not be in use by a term process.
  29.  
  30.       term iface <iface> flushwait [<#ms>]                   Default: 0
  31.  
  32.         Displays or changes the number of milliseconds after which any
  33.         non-newline-terminated input from the serial port, is flushed so
  34.         that it becomes visible to the term user.  The default value is 0,
  35.         meaning that no flushing is done.  A flushwait value of 500 ms is a
  36.         good value to use when it is important to see, for example, login
  37.         prompts that are not followed by a CR.
  38.  
  39.       term iface <iface> nlcr [OFF | on]
  40.  
  41.         Displays or changes the setting of the flag which causes term to
  42.         translate a newline read from the tcp input stream, into a CR to
  43.         be sent to the serial interface.
  44.  
  45.       term iface <iface> noecho [OFF | on]
  46.  
  47.         Displays or changes the setting of the flag which causes telnet
  48.         echoing to be turned off for the duration of a term session.
  49.  
  50.       term iface <iface> noopt [OFF | on]
  51.  
  52.         Displays or changes the setting of the flag which causes telnet
  53.         option processing to be turned off for the duration of a term session.
  54.  
  55.       term iface <iface> winkdtr [OFF | on]
  56.  
  57.         Displays or changes the setting of the flag which causes DTR to
  58.         be deasserted for one second, at the start of a term session.
  59.  
  60.  
  61.     term password string
  62.  
  63.      Sets the term facility password to the provided string.  The default
  64.      is no password required.
  65.